Skip to content

Commit

Permalink
Switch docker-compose to use image
Browse files Browse the repository at this point in the history
  • Loading branch information
hgw8 committed Nov 24, 2023
1 parent 0022055 commit 5eb40f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
hardlounge:
#image: git.supernets.org/supernets/hardlounge:latest
build: .
image: git.supernets.org/supernets/hardlounge:latest
#build: .
ports:
- "9000:9000"
volumes:
Expand Down

0 comments on commit 5eb40f9

Please sign in to comment.