Skip to content

Commit

Permalink
docs: changed dev tag to latest in compose deployment examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny-Knighten committed Jan 21, 2024
1 parent 861f8b3 commit 382204b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
palworld:
container_name: palworld
image: johnnyknighten/palworld-server:dev
image: johnnyknighten/palworld-server:latest
restart: unless-stopped
environment:
- PUBLIC_SERVER=True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
palworld:
container_name: palworld
image: johnnyknighten/palworld-server:dev
image: johnnyknighten/palworld-server:latest
restart: unless-stopped
environment:
- PUBLIC_IP="x.x.x.x"
Expand Down

0 comments on commit 382204b

Please sign in to comment.