Skip to content

Commit

Permalink
Remove container_names
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Jan 13, 2024
1 parent 7fdedd7 commit fab2b3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions observium/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:

httpd:
build: .
container_name: httpd
restart: unless-stopped
env_file: ./.env
expose:
Expand Down Expand Up @@ -58,7 +57,6 @@ services:

mariadb:
image: mariadb:11
container_name: db
restart: unless-stopped
stop_grace_period: 45s
healthcheck:
Expand Down Expand Up @@ -93,7 +91,6 @@ services:

ofelia:
image: mcuadros/ofelia:latest
container_name: scheduler
restart: always
command: daemon --docker
environment:
Expand Down
1 change: 0 additions & 1 deletion smokeping/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:

smokeping:
build: .
container_name: smokeping
restart: unless-stopped
depends_on:
- httpd
Expand Down

0 comments on commit fab2b3f

Please sign in to comment.