Skip to content

Commit

Permalink
Unset container name for wordpress containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan committed Dec 14, 2020
1 parent 7193019 commit fde8733
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ services:

wordpress_server:
build: ./wordpress_server/
container_name: wordpress_server
networks:
- net
depends_on:
Expand Down Expand Up @@ -324,7 +323,6 @@ services:

wordpress_data:
build: ./wordpress_data/
container_name: wordpress_data
networks:
- net
volumes:
Expand Down

0 comments on commit fde8733

Please sign in to comment.