change public docker compose
This commit is contained in:
@@ -6,13 +6,14 @@ networks:
|
|||||||
services:
|
services:
|
||||||
mensa:
|
mensa:
|
||||||
image: python
|
image: python
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/mensa:/app
|
- /mnt/docker/mensa:/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
entrypoint: python -m http.server
|
entrypoint: python -m http.server
|
||||||
|
|
||||||
yauk-net:
|
yauk-net:
|
||||||
image: docker.yauk.tv/streamlit
|
image: jay817/streamlit
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: bash -c
|
entrypoint: bash -c
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user