reorder timescaledb compose file
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
timescaledb:
|
||||
container_name: timescaledb
|
||||
image: timescale/timescaledb:2.17.2-pg17
|
||||
environment:
|
||||
- POSTGRES_USER=${TIMESCALEDB_USER:?}
|
||||
- POSTGRES_PASSWORD=${TIMESCALEDB_PASSWORD:?}
|
||||
image: timescale/timescaledb:2.17.2-pg17
|
||||
ports:
|
||||
- 6543:5432
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user