Switch docker-compose to use image

This commit is contained in:
hgw 2023-11-24 01:27:46 +00:00
parent 0022055898
commit 5eb40f9ba7
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4

View File

@ -1,7 +1,7 @@
services: services:
hardlounge: hardlounge:
#image: git.supernets.org/supernets/hardlounge:latest image: git.supernets.org/supernets/hardlounge:latest
build: . #build: .
ports: ports:
- "9000:9000" - "9000:9000"
volumes: volumes: