Browse Source

feat: add container name

master
bucde 3 years ago
parent
commit
6557aef73b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@ -1,6 +1,7 @@
version: "3.4" version: "3.4"
services: services:
postgres: postgres:
container_name: postgres
image: postgres:13.4 image: postgres:13.4
restart: unless-stopped restart: unless-stopped
ports: ports:


Loading…
Cancel
Save