mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fixed gitea vols
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ services:
|
||||
image: ${GITEA_IMAGE}
|
||||
restart: ${GITEA_RESTART:-always}
|
||||
volumes:
|
||||
- ${VOL_PATH}/gitea:/data
|
||||
- ${VOL_PATH}/gitea/gitea:/data
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
image: ${MARIA_IMAGE:-mariadb:latest}
|
||||
restart: ${GITEA_RESTART:-always}
|
||||
volumes:
|
||||
- ${VOL_PATH}/gitea-db:/var/lib/mysql
|
||||
- ${VOL_PATH}/gitea/gitea-db:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${MARIA_ROOT:-changeMe}
|
||||
MYSQL_USER: ${GITEA_DB_USER:-gitea}
|
||||
|
||||
Reference in New Issue
Block a user