Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw authored Nov 25, 2023
1 parent 7fa06b0 commit 78db40f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: "2.2"
# phantom - docker-composer.yml of postgresql + redis + pgadmin, for sample only.
# (c) 2023 SuperSonic (https://github.com/supersonictw)

version: "3.5"
services:
database:
image: postgres:12-alpine
Expand Down Expand Up @@ -42,4 +45,5 @@ volumes:

networks:
phantom:
name: phantom
driver: bridge

0 comments on commit 78db40f

Please sign in to comment.