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