Skip to content

Commit

Permalink
updated docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-hernandez committed Jan 21, 2023
1 parent 650a0f7 commit 18149ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There is flag to set the web terminal to be read only but you really lose all of
```yml
version: '3.3'
services:
goaccess_console:
goaccess_dc:
image: 'xavierh/goaccess-docker-console:latest'
container_name: goaccess_docker_console
restart: always
Expand All @@ -57,7 +57,7 @@ If you have permission issues, you can add PUID and PGID with the correct user i
```yml
version: '3.3'
services:
goaccess_console:
goaccess_dc:
image: 'xavierh/goaccess-docker-console:latest'
container_name: goaccess_docker_console
restart: always
Expand Down

0 comments on commit 18149ae

Please sign in to comment.