mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update thijsvanloef/palworld-server-docker docker tag to v0.39.3 (#2367)
* chore(deps): update thijsvanloef/palworld-server-docker docker tag to v0.39.3 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
ad8bbfff73
commit
b815dad8c5
@@ -0,0 +1,35 @@
|
||||
services:
|
||||
palworld-server:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}/udp
|
||||
- ${PANEL_APP_PORT_RCON}:${PANEL_APP_PORT_RCON}/tcp
|
||||
- ${PANEL_APP_PORT_QUERY}:${PANEL_APP_PORT_QUERY}/udp
|
||||
volumes:
|
||||
- ./data:/palworld/
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
- PLAYERS=${MAX_PLAYERS}
|
||||
- MULTITHREADING=${MULTITHREAD_SWITCH}
|
||||
- COMMUNITY=${PUBLIC_SWITCH}
|
||||
- PUBLIC_IP=${PUBLIC_IP}
|
||||
- PUBLIC_PORT=${PUBLIC_PORT}
|
||||
- UPDATE_ON_BOOT=${UPDATE_SWITCH}
|
||||
- SERVER_NAME=${SERVER_NAME}
|
||||
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
|
||||
- SERVER_PASSWORD=${SERVER_PASSWORD}
|
||||
- RCON_ENABLED=${RCON_SWITCH}
|
||||
- RCON_PORT=${PANEL_APP_PORT_RCON}
|
||||
- QUERY_PORT=${PANEL_APP_PORT_QUERY}
|
||||
image: thijsvanloef/palworld-server-docker:v0.39.3
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user