adding new compose files for chomrium, gluetun, nicotine
This commit is contained in:
18
docker_compose/chromium/docker-compose.yaml
Normal file
18
docker_compose/chromium/docker-compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# chromium - https://hub.docker.com/r/linuxserver/chromium
|
||||
---
|
||||
version: '3.8' # Using version 3.8 for shm_size and other modern features
|
||||
services:
|
||||
chromium:
|
||||
image: lscr.io/linuxserver/chromium:latest
|
||||
container_name: chromium
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
#- CHROME_CLI=https://www.linuxserver.io/ # optional
|
||||
network_mode: "container:gluetun"
|
||||
volumes:
|
||||
- /path/to/chromium/config:/config # Adjust this path to your desired local config directory
|
||||
shm_size: '1gb'
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user