fix: service name
This commit is contained in:
parent
bb4adb2350
commit
87fb657894
@ -1,13 +1,14 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tt:
|
phga.de:
|
||||||
build:
|
build:
|
||||||
context: ./app
|
context: ./app
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
container_name: phga.de
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8099:8080
|
- 8001:8080
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/phga.de/web/data:/go/src/g.phga.de/phga/phga.de/web/data
|
- /srv/phga.de/web/data:/go/src/g.phga.de/phga/phga.de/web/data
|
||||||
- /srv/phga.de/web/static/fonts:/go/src/g.phga.de/phga/phga.de/web/static/fonts
|
- /srv/phga.de/web/static/fonts:/go/src/g.phga.de/phga/phga.de/web/static/fonts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user