chore(deps): update 1dev/server docker tag to v11.3.3 (#2343)

* chore(deps): update 1dev/server docker tag to v11.3.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:
renovate[bot]
2024-10-22 16:40:21 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 8101b90acd
commit 38a91f53f1
2 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
onedev:
image: 1dev/server:11.3.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6610"
- "${PANEL_APP_PORT_SSH}:6611"
volumes:
- ./data:/opt/onedev
- /var/run/docker.sock:/var/run/docker.sock
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true