Browse Source

change server: to app: for sevices names

master
Timm 5 years ago
parent
commit
bd4a8f5f93
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docker-compose-prod.yml
  2. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose-prod.yml View File

@ -1,7 +1,7 @@
version: "2" version: "2"
services: services:
server:
app:
image: gitea/gitea:1.11.6 image: gitea/gitea:1.11.6
environment: environment:
- USER_UID=1000 - USER_UID=1000


+ 1
- 1
docker-compose.yml View File

@ -1,7 +1,7 @@
version: "2" version: "2"
services: services:
server:
app:
image: gitea/gitea:1.11.6 image: gitea/gitea:1.11.6
environment: environment:
- USER_UID=1000 - USER_UID=1000


Loading…
Cancel
Save