Compare commits
2 commits
fd881a0745
...
1e1cb5cfd0
Author | SHA1 | Date | |
---|---|---|---|
|
1e1cb5cfd0 | ||
|
f1a077da50 |
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
svganim:
|
svganim:
|
||||||
image: svganim
|
image: svganim
|
||||||
|
restart: always
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
|
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
|
||||||
ports:
|
ports:
|
||||||
- "7890:7890"
|
- "127.0.0.1:7890:7890"
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/files
|
- ./files:/files
|
||||||
|
|
Loading…
Reference in a new issue