Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Jan 21, 2024
1 parent 447e7d9 commit 070742d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version: '3.8'

services:
palserver:
image: hmes98318/palworld-docker:0.1.0
image: hmes98318/palworld-docker:0.1.1
container_name: palserver
restart: always
environment:
Expand Down Expand Up @@ -61,5 +61,5 @@ docker run -d \
-e CHECK_UPDATE_ON_START=false \
-v $(pwd)/palSaved:/home/steam/palworld/Pal/Saved \
-p 8211:8211/udp \
hmes98318/palworld-docker:0.1.0
hmes98318/palworld-docker:0.1.1
```
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
palserver:
image: hmes98318/palworld-docker:0.1.0
image: hmes98318/palworld-docker:0.1.1
container_name: palserver
restart: always
environment:
Expand Down

0 comments on commit 070742d

Please sign in to comment.