Skip to content

Commit

Permalink
Remove container_name directive (#589)
Browse files Browse the repository at this point in the history
* Remove container_name directive

* Fix test
  • Loading branch information
blankse authored Jul 4, 2024
1 parent ed71d37 commit dd87c3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ services:

mailpit:
image: axllent/mailpit
container_name: mailpit
restart: unless-stopped
volumes:
- pimcore-demo-mailpit-data:/data
Expand All @@ -69,4 +68,4 @@ volumes:
pimcore-demo-database:
pimcore-demo-redis-data:
pimcore-demo-tmp-storage:
pimcore-demo-mailpit-data:
pimcore-demo-mailpit-data:

0 comments on commit dd87c3c

Please sign in to comment.