fix
This commit is contained in:
@@ -1 +0,0 @@
|
||||
VAULT_HOST=vault.domain.com
|
@@ -1,8 +1,8 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
psql:
|
||||
image: psql
|
||||
container_name: psql
|
||||
image: postgres
|
||||
container_name: postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_DB: testdb1
|
||||
|
Reference in New Issue
Block a user