feat: Adds container name.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id
|
||||
container_name: pocket-id
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- 3002:80
|
||||
volumes:
|
||||
@@ -21,4 +23,3 @@ services:
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user