change default docker name
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
container_name: gitea-postgresql
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .postgresql.env
|
- .postgresql.env
|
||||||
image: docker.io/postgres:16
|
image: docker.io/postgres:16
|
||||||
|
@@ -21,7 +21,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
container_name: gitea-postgresql
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .postgresql.env
|
- .postgresql.env
|
||||||
image: docker.io/postgres:16
|
image: docker.io/postgres:16
|
||||||
|
Reference in New Issue
Block a user