We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de8841 commit 71dc807Copy full SHA for 71dc807
docker/arm/docker-compose.yml
@@ -166,6 +166,8 @@ services:
166
restart: unless-stopped
167
volumes:
168
- db-data:/var/lib/postgresql/data
169
+ networks:
170
+ - gitea_main
171
172
wiki:
173
container_name: wiki
@@ -182,6 +184,8 @@ services:
182
184
183
185
ports:
186
- "1234:3000"
187
188
189
190
networks:
191
gitea_main:
0 commit comments