Remove container names from containers
They're not needed for anything, and caused annoying weird issues when cycling containers
This commit is contained in:
@ -2,7 +2,6 @@ version: "2.3"
|
||||
services:
|
||||
calibre:
|
||||
image: linuxserver/calibre-web:latest
|
||||
container_name: calibre
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
|
Reference in New Issue
Block a user