feat: Adds container name.

This commit is contained in:
2025-04-10 14:08:51 -04:00
parent 8eb930a1b0
commit a6035acecd

View File

@@ -1,8 +1,10 @@
services: services:
pocket-id: pocket-id:
image: ghcr.io/pocket-id/pocket-id image: ghcr.io/pocket-id/pocket-id
container_name: pocket-id
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
user: 1000:1000
ports: ports:
- 3002:80 - 3002:80
volumes: volumes:
@@ -21,4 +23,3 @@ services:
networks: networks:
proxy: proxy:
external: true external: true