1
0

11 lines
254 B
YAML
Raw Normal View History

2023-12-05 11:32:16 +01:00
---
services:
postgres:
container_name: postgres
image: postgres:latest
networks:
public:
ipv4_address: 192.168.240.25
volumes:
- "${DOCKER_STORAGE_PATH}/postgres:/var/lib/postgresql/data"
2024-04-21 12:50:16 +02:00
restart: unless-stopped