Last active
February 1, 2024 13:08
-
-
Save Talhafayyaz11/758f1a7ad3806a3233058049acd7edb8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
tx_postgres: | |
container_name: tx_postgres | |
restart: always | |
image: mdillon/postgis:11-alpine | |
volumes: | |
- ./data-dir:/var/lib/postgresql/data | |
ports: | |
- "5432:5432" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment