renamed postgres container to indicate gitea attachment
parent
186f7df39e
commit
35c94a0643
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
container_name: postgres
|
container_name: postgres-gitea
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data
|
- db:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Reference in New Issue