Skip to content

Commit

Permalink
Comment out build part as default, users might just want to use this …
Browse files Browse the repository at this point in the history
…instead of building
  • Loading branch information
jammsen committed Jan 23, 2024
1 parent d098b9f commit d1365a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Look at https://tech.palworldgame.com/optimize-game-balance for more information
version: '3.9'
services:
palworld-dedicated-server:
build: .
#build: .
container_name: palworld-dedicated-server
image: jammsen/palworld-dedicated-server:latest
restart: always
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
version: '3.9'
services:
palworld-dedicated-server:
build: .
#build: .
container_name: palworld-dedicated-server
image: jammsen/palworld-dedicated-server:latest
restart: always
Expand Down

0 comments on commit d1365a0

Please sign in to comment.