We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b144a commit 89b654eCopy full SHA for 89b654e
1 file changed
docker-compose.yml
@@ -139,6 +139,7 @@ services:
139
image: gogs/gogs:0.14
140
volumes:
141
- gogs-data:/data
142
+ - ./resources/gogs/app.ini:/data/gogs/conf/app.ini
143
depends_on:
144
gogs:
145
condition: service_healthy
0 commit comments